feat(docs): deploy previews with Alchemy Website.Nextjs - #48
Open
cooper (czxtm) wants to merge 5 commits into
Open
feat(docs): deploy previews with Alchemy Website.Nextjs#48cooper (czxtm) wants to merge 5 commits into
cooper (czxtm) wants to merge 5 commits into
Conversation
Replace the wrangler pre-bundle and beta.57 patch with Cloudflare.Website.Nextjs on alchemy 2.0.0-beta.70 so OpenNext dynamic routes survive deploy. PR docs previews share the docs-preview environment, skip custom hostnames that the zone wildcard does not cover, and smoke-check /docs/quick-start.
cooper (czxtm)
had a problem deploying
to
docs-preview
September 2, 2026 02:47 — with
GitHub Actions
Failure
cooper (czxtm)
had a problem deploying
to
pr-48
September 2, 2026 02:47 — with
GitHub Actions
Failure
npx next build invokes npm, which rejects this repo's catalog: protocol with EOVERRIDE and aborts the Website.Nextjs pipeline.
cooper (czxtm)
had a problem deploying
to
docs-preview
September 2, 2026 02:50 — with
GitHub Actions
Failure
cooper (czxtm)
had a problem deploying
to
pr-48
September 2, 2026 02:50 — with
GitHub Actions
Failure
R2 incremental cache plus run_worker_first caused OpenNext to SSR on miss and 500 every route. Use the read-only static-assets cache and serve prerendered HTML from ASSETS first.
cooper (czxtm)
had a problem deploying
to
pr-48
September 2, 2026 02:57 — with
GitHub Actions
Failure
cooper (czxtm)
temporarily deployed
to
docs-preview
September 2, 2026 02:57 — with
GitHub Actions
Inactive
Contributor
|
Docs preview deployed to |
html/body were transparent, so the article showed the browser chrome while the sidebar used bg-fd-card. Use the themed background and swap the nav logo for light/dark.
cooper (czxtm)
temporarily deployed
to
docs-preview
September 2, 2026 03:18 — with
GitHub Actions
Inactive
cooper (czxtm)
had a problem deploying
to
pr-48
September 2, 2026 03:18 — with
GitHub Actions
Failure
Alchemy has no 2.0.0-rc yet; latest is beta.76 and it requires effect 4.0.0-rc.112. Point Next.js deploys at @alchemy.run/frontend-frameworks and put the bun build command in open-next.config.ts.
Contributor
|
Preview deployed to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cloudflare.Website.Nextjs(and web viaCloudflare.Website.Vite), dropping the wrangler pre-bundle path and the beta.57 patch.docs-previewGitHub environment so newdocs-pr-Nenvironments no longer sit inaction_required, skip custom hostnames the zone wildcard does not cover, capture the Alchemy URL, and smoke-check/docs/quick-start.Test plan
bun install --frozen-lockfilesucceeds with the updated lockfilesuccess(notaction_required)/and/docs/quick-startreturn 200Preview: https://stackpanel-docs-pr-48.drkmttr.workers.dev